Request
curl --location 'https://openapi.gs-robot.com/openapi/v3/schedules/plans/simple/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"clientTime": 1760328396004,
"clientTimeZone": "Asia/Shanghai",
"dayOfMonth": 12,
"month": 6,
"operationType": 2,
"planUuid": "plan-1",
"robotSn": "TEST00-0000-000-B088",
"year": 2026
}'
Version requirement: This API is supported only on AIO software version 1.6 and later.
Response
{
"code": 0,
"data": {},
"msg": "success"
}